home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / misc / WildUSER.lha / README
Text File  |  1999-05-19  |  11KB  |  191 lines

  1. Short:    PPC!!! New 3D modular library for games.
  2. Author:   ingpippa@mbservice.it   Pyper
  3. Uploader: ingpippa@mbservice.it   Pyper
  4. Type:     dev/misc
  5.  
  6.         Hey! Visit Wild's NEW Home page at:
  7.         <http://www.freeyellow.com/members7/pywild/index.html>
  8.  
  9. 17/2/99  Yeah, big update !!! PowerPC support !!! Now anything (any module) in wild's
  10.          pipeline can be 68k or PPC coded and it's absolutely the same !! I've also
  11.          written a fully PPC pipeline, but note that is not extremely fast (ok, all
  12.          demos are smooooooooth, and even decent in hires, but the one with a looot
  13.          of polys is a bit slow... BUT: consider i HAVEN'T reached my speed limit on
  14.          ppc (ABSOLUTALY NOT!) infact all is coded in C, and even not so optimized...
  15.          I'm learning ppc asm, if I find out something good to debug a bit I'll do
  16.          better... I've even a lot of algo optims to make, like not to recalc things
  17.          on every frame if they don't modify, ... ...).
  18.          There are even some context-switches, because demos are still 68k... Expect
  19.          something better not so remotely...
  20.          Another feature: the animation engine is now even with rotations, (and have
  21.          even been 100% rewritten, but that's another story...), you'll see in the
  22.          new demo (and even in FountainOfFire...)
  23.          One more feature: new fileformat: WSFF !!! Binary-based, MUCH faster than
  24.          WABL, wich is text-based, expecially in loading: something like 5-10 secs
  25.          for 1MB long file, where WABL needed 5-10 minutes... (argh!). It's even
  26.          smaller, but not so much (but next time will support xpk, so compression
  27.          available).
  28.          Ah, the PPC pipeline (written in C) is also available for 68k, so if you have
  29.          problems with the old one (asm-written, fffast but sometimes buggy...)
  30.          you can replace some modules...
  31.          More: lots of fixings... lighting is better, now, and even broker bugs...
  32.          and more I can't remember... see it !
  33.          More ? A new web page, with niicer gfx, and something new...
  34.  
  35. 18/2/99  PLEASE!!! Send me your opinions !!! I need to know if somebody likes
  36.          that piece of code !! If, I may do some improooooooooovements, like
  37.          faaaaaaster moduler for AGA, PPC support (I have a ppc board, but I
  38.          WON'T start coding for PPC if NOBODY will use that !!)
  39.          Thanksss!
  40.  
  41. 18/2/99  New feature !!! The Animation !!!!! Timed, relative, you just have to
  42.          give some commands and any object will do the action you want !!
  43.          Just for now, the animation is only traslational, so no automatic
  44.          rotation, but that's already planned, probably you'll see veery soon
  45.          in a new release. Now, give a try to my new FountainOfFire demo,
  46.          wich shows a very simple movement (a falling, with a Speed to down, and an
  47.          Acceleration to Up) of Drops, so you will see for the first time a lot
  48.          of objects on screen... enjoy!
  49.  
  50. 10/2/99  Some improvements in the DrScott module (the Warp3D one), so
  51.          now it has the grey light like the others. Note, it's Warp3D1.1 compatible,
  52.          but on Warp3D2.0Beta crashes (on my system) or does strange things.
  53.          Maybe on a CGX4 and Permedia2 system is moe stable, but on CV3D version
  54.          1.1 is better, I think... (and also W3D authors said, somewhere...)
  55.          Please, if you have a Permedia2 board, report-me something !!
  56.          More improvements: some tools made public, and fixed a bit;
  57.          Particullary, Dxf2Wabl is a bit better now, but still needs some handly
  58.          made things to the output WABL files to be seen: Ref definitions and more.
  59.          The Saver module !!!! A new kind of module, wich Saves the current Scene
  60.          (or an alien, an everything) into a file (WABL, now). A demo shows that,
  61.          the LoadSave: you can input the simple.wabl of SimpleWorld and output
  62.          somewhere. NOTE: It's NOT FULLY WORKING, STILL !! Lacks Texture & Palette
  63.          save, and some little hand corrections are needed to have the output file
  64.          work as the input. But you will see a WABL new file.
  65.  
  66. 25/1/99  First, I have an homepage ! Here, you can see the developement of
  67.          wild, and the updates, and the whatelse will come in my mind.
  68.          Wild improvements: some bug and hangs fixed in display.
  69.          New display modules for CGFX, no more bad flashings, I used ScrollVPort 
  70.          method and now I have a smooth triple buffering.
  71.          A cli-based program to set prefs, in Tools/ drawer. You can use direclty,
  72.          or use the scripts in every demo's dir.
  73.          A cli-based program to check if a module is Polite. Please, if you have
  74.          some hangs, try this and report-me something.
  75.          And the BIG new:
  76.          DrScott module, the first featuring Warp3D support !
  77.          Ok, still lacks something, and is a bit buggy (a $0100000F alert after
  78.          execution, is a memcorrupt alert. But I saw the system goes on well,
  79.          probably is some mem lost somewhere), and also probably keeps some
  80.          video mem and after some executions hangs.
  81.          But is just the beginning. 
  82.          Note: now has no Lighting, because I want a GOOD lighting module for that
  83.          before activating it. It's not a missing feature, is a disabled one.
  84.          
  85.          (note more: if you get only a hang, try to execute the demo programs first
  86.          in the normal CGFX mode, then in the WARP3D mode).
  87.          
  88. 15/1/99  A lot of fixing from last release, wich were very incomplete and buggy.
  89.          That's more stable, and has new fondamental functions: in the new demos
  90.          objects are now hakkfully included in the exe like in the old ones: are
  91.          builded with BuildWildObject() or loaded from a file with LoadWildObject().
  92.          More: textures are loaded from 24bit chunky files and remapped FFASTLY into
  93.          the scene's palette. The GFX aspect of the library is the same, because
  94.          I didn't worked on: I mad more to do.
  95.          Next release will feature a better GFX, I hope...
  96.  
  97. first:  WILD is a new library to make life easyer to 3D games creators:
  98.         it's a complete 3D engine, really modular (so machine-adaptive,
  99.         and you can also write your own modules) and quite fast (my modules
  100.         are all written in 100% assembly).
  101.                 
  102.         What about features ?
  103.         
  104.         - 3D engine features:
  105.          - BSP System, with Face entities or Dot entities (2d bitmaps,lens flares,...)
  106.          - A cynematic-like system: ALL the objects are defined by parts,subparts (you
  107.            can define any number and any depth of childs of an object!).
  108.            Every part is defined by you with a 3D orthogonal axis system, with an
  109.            O,I,J,K, defined RELATIVELY to the parent object.
  110.            Pratically: you can define a finger, child of a hand, child or a arm,
  111.            child of a body (child of ??? WHAT MONSTER !!??) and when you move or
  112.            rotate the body, the arm and the hand move transparently. You can move
  113.            everything relatively or absolutely too.
  114.            See Cynematic demos to see that.
  115.          - In a scene you can have a lot of lights, and some drawmodules will feature
  116.            also colorful lights.
  117.         - GFX engine:
  118.          - the current modules (but more will come soon) feature:
  119.           - flat or gouraud shading illumination (lights calced in angular & distance mode).
  120.           - texture mapping (linear, now).
  121.           - support for CGFX.
  122.           
  123.         - NEARLY FUTURE FEATURES:
  124.          - color lights. (i have a method, very fast, but no time now to code (sorry, soon!!))
  125.          - better&faster modules (these are quite alpha...)
  126.          - some fileformats for levels, and a Loader module (you will see
  127.            in this archive some first developements of WABL format, a quite
  128.            simple ASCII format (but POWERFUL)).
  129.          - prefs editor: the library is now ok, but the editor is still beta.
  130.          - the engineer system, quite beta now: checks the compatibility of the engine
  131.            (now is not checked) and will auto-repair it, in a quite near future.
  132.  
  133.         - FUTURE FEATURES (if somebody will use that lib...)
  134.          - PPC support, when (and if) i will get a PPC card (or a PPC Boxer). (not
  135.            so far !)
  136.          - better gfx, better everything.
  137.          - i'm projecting the Animation part, with Actions: you will say to your
  138.            little man: "Walk" and he will walk,"Kick", and will Kick,"Open your
  139.            hand", and will do. Or, shot a bullet, and the bullet will go, until it's
  140.            gravity makes him fall.
  141.         
  142.         Q: Why did you started writing WILD !?
  143.         
  144.         A: Wild is thinked to make life easyer to game-developers: in the future,
  145.            it will probably support even 3d cards (cybervision64/3d,bvision,
  146.            (3dfx !?)). So, when you make a game, you only have to concentrate in
  147.            the playability, and in the design of levels. The 3D engine will be
  148.            provided by WILD, and you will be sure your game will run on virtually
  149.            any Amiga, even future Amigas. 
  150.         
  151.         Q: But my 3D engine is BETTER THAN YOURS !!
  152.         
  153.         A: Probably that's true. (now, that's SURE!! (just now!))
  154.            And so why don't you write is as a WILD module and distribute it ?
  155.            (You can even write it and distribute only with you game, or make
  156.             it PD).
  157.         
  158.         Q: Why are you still writing all this useless Q&A when you just have a
  159.            bunch of crappy code !? GO AND WORKkK!!
  160.            
  161.         A: Ehm... .. . !
  162.         
  163.         (GAME-)DEVELOPERS!! If you want to help me (writing a module, or more),
  164.         e-mail me !!! I'll give you everything you need! For game writing, you 
  165.         should wait for a more stable release, with will come (i hope) soon.
  166.         
  167.         About this archive:
  168.         
  169.          REMEMBER: Assign WildPJ: <WILDPATH>
  170.                    before using the demos: some need that.
  171.  
  172.          Libs/ : Contains the wild.library (the master library) and all the
  173.                  sublibs. You have to add this directory to the LIBS: assign,
  174.                  just do:
  175.                  
  176.                  Assign LIBS: <WILDPATH>/Libs/ ADD
  177.                  
  178.          Demos/ : Contains some demos of my library. See the Cynetic ones, there
  179.                   is a quite nice object (but you will also see my too-early bsp
  180.                   tree (wich now adds objects as dots, and not face by face, but
  181.                   i'll add very soon)). 1,2,3 are only sub-variants.
  182.                   
  183.          Images/ : Some images of the Wild logo.
  184.          
  185.          Prefs/ : A preview of the wild prefs editor, now does nearly nothing.
  186.          
  187.         TRY IT, AND E-MAIL ME, EVEN JUST TO SAY IT'S RUBBISH, BUT I WANT TO KNOW!!
  188.         
  189.         Thanks! Pyper.
  190.  
  191.